Package com.cisco.pt.ipc.events
Class PPPoeClientEventRegistry
java.lang.Object
com.cisco.pt.ipc.events.IPCEventRegistry
com.cisco.pt.ipc.events.PPPoeClientEventRegistry
An event for the IPC's PPPoeClientEventRegistry values
- Author:
- packettracerexapps@external.cisco.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Set<PPPoeClientEventListener>protected Map<String,Set<PPPoeClientEventListener>> Fields inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
session, WILDCARD_UUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(PPPoeClientEventListener listener) voidaddListener(PPPoeClientEventListener listener, PPPoeClient objClass) voidaddListenerFiltered(PPPoeClientEventListener listener, List<String> events) voidaddSpecificListenerFiltered(PPPoeClientEventListener listener, PPPoeClient objClass, List<String> events) voidprocessEvent(IPCEventLTV event) voidremoveListener(PPPoeClientEventListener listener) voidremoveListener(PPPoeClientEventListener listener, PPPoeClient objClass) voidremoveListenerFiltered(PPPoeClientEventListener listener, List<String> events) voidremoveSpecificListenerFiltered(PPPoeClientEventListener listener, PPPoeClient objClass, List<String> events) Methods inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
deregister, deregister, register, register
-
Field Details
-
globalListeners
-
specificObjectListeners
-
-
Constructor Details
-
PPPoeClientEventRegistry
-
-
Method Details
-
getClassName
- Specified by:
getClassNamein classIPCEventRegistry
-
processEvent
- Specified by:
processEventin classIPCEventRegistry- Throws:
Exception
-
addListenerFiltered
public void addListenerFiltered(PPPoeClientEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
addSpecificListenerFiltered
public void addSpecificListenerFiltered(PPPoeClientEventListener listener, PPPoeClient objClass, List<String> events) throws IOException - Throws:
IOException
-
removeListenerFiltered
public void removeListenerFiltered(PPPoeClientEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
removeSpecificListenerFiltered
public void removeSpecificListenerFiltered(PPPoeClientEventListener listener, PPPoeClient objClass, List<String> events) throws IOException - Throws:
IOException
-
addListener
- Throws:
IOException
-
addListener
- Throws:
IOException
-
removeListener
- Throws:
IOException
-
removeListener
public void removeListener(PPPoeClientEventListener listener, PPPoeClient objClass) throws IOException - Throws:
IOException
-